Bug: https://github.com/JuliaLang/julia/issues/7185
Forwarded: no
Last-Update: 2015-11-01
This patch adds an explicit error message if the CPU does not support SSE2.
The CPU features are queried using the x86 CPUID opcode. The wrapper function
__get_cpuid() is provided by GCC and Clang. See <cpuid.h> for the list of
supported CPU extension flags.
Last-Update: 2015-11-01
Gbp-Pq: Name require-sse2-on-i386.patch
This is necessary in order to make DEB_BUILD_OPTIONS=noopt work as expected.
Note that the hack on llvm-config --cxxflags is not absolutely needed, because
the -O2 that it brings come before the -O0 brought by dpkg-buildflags. But I
leave it for clarity.
Last-Update: 2015-11-17
Gbp-Pq: Name support-noopt.patch
Mo Zhou [Tue, 31 Dec 2019 08:30:40 +0000 (08:30 +0000)]
julia (1.3.1+dfsg-1) unstable; urgency=medium
* New upstream version 1.3.1+dfsg
* Upgrade embedded Pkg.jl to f71e2c5a119b9c850f9b357fc8c56068f5b51cc0.
* Update my mail address and bump the year in copyright.